Skip to content

[Fix](mongodb-cdc) Fix fullDocument JSON string parsing error#671

Open
ziyanTOP wants to merge 1 commit into
apache:masterfrom
ziyanTOP:fix-mongodb-fulldocument-textnode
Open

[Fix](mongodb-cdc) Fix fullDocument JSON string parsing error#671
ziyanTOP wants to merge 1 commit into
apache:masterfrom
ziyanTOP:fix-mongodb-fulldocument-textnode

Conversation

@ziyanTOP
Copy link
Copy Markdown

Fixes #663

Debezium may serialize fullDocument as a JSON string (TextNode) instead
of an ObjectNode. Added a check to parse the textual fullDocument before
extracting row data, preventing ClassCastException or deserialization errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug](mongodb-cdc) fullDocument JSON string parsing error

1 participant